CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - OSTU matlab

搜索资源列表

  1. Ostu.cpp

    0下载:
  2. 本人搜集的Ostu图像二值化的算法,是在MATLAB环境下写的,不过上传的代码是文本格式的,各位可以根据自己需要参照一下-I collect images of two gray value of the algorithm is to write MATLAB environment, But the code is uploaded to the text format, you may need to refer to themselves
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1194
    • 提供者:wang
  1. ostu

    1下载:
  2. 图象分割中应用较多的ostu大津阈值法,matlab源代码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3216
    • 提供者:泰妮
  1. ostu阈值分割

    0下载:
  2. 基于matlab平台和ostu算法,实现了对图像的分割,分割效果满意。
  3. 所属分类:2D图形编程

  1. OSTUmatlab.rar

    0下载:
  2. OSTU算法,智能优化算法,matlab,共同学习,OSTU
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2441
    • 提供者:潘文
  1. shipin

    0下载:
  2. 利用改进的ostu即最大类间方差方法进行视频图像二值化-Ostu that the use of improved Otsu method of video image binarization
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:1361
    • 提供者:吕壮
  1. biaopanshibie

    2下载:
  2. 基于投影法的电表表盘读数的识别。简单易懂!-ostu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:4284
    • 提供者:刘静波
  1. mubanpipeiyuostu

    0下载:
  2. 里面有我写的模板匹配和OSTU分割法的程序,这是学习模板匹配和自适应分割的好代码,绝对有用!-I wrote inside the template matching and OSTU segmentation procedure, which is the template matching and adaptive segmentation to learn a good code, and is absolutely useful!
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1598
    • 提供者:liguo
  1. jingdianostu

    0下载:
  2. 用matlab编辑的ostu算法,很好用,能计算出全局阈值并输出处理后图像-Ostu algorithm using matlab editor, useful, able to calculate the global threshold and the output processed images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:523
    • 提供者:雷菁
  1. pudn_svm

    0下载:
  2. 基于支持向量机的图像分割,并且包括Ostu法,迭代法。-MATLAB、image segmentation、support vector machine
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:16761
    • 提供者:金德元
  1. ImageBoundaryExtraction

    0下载:
  2. 该文件夹中有六个M文件,说明如下: boundary_extraction.m : 目标区域边界抽取主函数,其中调用ostu、four_neighbor、eight_neighbor、globe_graph otsu.m : 类判别分类法(otsu全局二值化算法) four_neighbor.m : 四邻域法边界抽取 eight_neighbor.m : 八邻域法边界抽取 globe_graph.m : 全局检测法边界抽取 area_peri.m : 目标区域
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:255348
    • 提供者:许胜强
  1. OSTU

    1下载:
  2. Otsu-最大类间方差matlab代码 通过求模板和子图像的互相关函数的最大值来确定目标的中心位置;再在目标的感兴趣区域内(ROI)进行基于最大类间方差(OSTU)算法的自适应阈值分割,以检出并统计缺陷;进而判别其合格与否。 -the Ostu method is much faster and more efficient than the fuzzy cluster method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:642
    • 提供者:liyy
  1. ostu

    0下载:
  2. ostu阈值分割算法,用matlab写的,有例子能运行成功!-Ostu operation is good, writen in matlab langue.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:168437
    • 提供者:宋晓娜
  1. Ostu

    0下载:
  2. 该文件夹中是三种二值化算法的matlab代码,下面以otsu二值化算法实现为例进行说明: 在Matlab上运行时,可以把该文件夹设为当前目录(Current Directory) 先读入灰度图片, 图片假设保存在D盘 I = imread( D:\coins.bmp ) 二值化 I_bw = otsu(I) 查看二值化结果 figure, imshow(I_bw) -I = imread( D:\coins.bmp ) I_bw = otsu(I) fig
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:3716
    • 提供者:自己人
  1. OSTU

    0下载:
  2. 基于Otsu准则的运动目标检测与识别,用MATLAB实现的!-Otsu Standards-based moving target detection and identification, using MATLAB to achieve!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:1590977
    • 提供者:孙瑞霞
  1. OSTU

    0下载:
  2. 是自适应阈值的分割,主要对图像用matlab进行分割图像,确定图像想要的东西-Adaptive segmentation threshold, the main image to image segmentation using matlab, determine what image you want
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:673
    • 提供者:陈亮
  1. OSTU

    0下载:
  2. matlab练习程序(最大类间方差二值化图像)这里用的方法是《特征提取与图像处理》3.3.4里的。- matlab exercise program (Otsu binary image)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:587
    • 提供者:三将安排
  1. OSTU

    0下载:
  2. ostu算法实现的红外目标提取,打包文件中含有完整的matlab程序实现,还有运行图片-ostu infrared target extraction algorithm, the archive file contains the complete matlab program implementation, as well as running pictures
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:154208
    • 提供者:陈晓君
  1. ostu阈值分割法

    0下载:
  2. 这是一个利用大津阈值法进行自适应分割的程序,效果很不错,你值得拥有,采用matlab编写
  3. 所属分类:matlab例程

    • 发布日期:2016-04-14
    • 文件大小:1223
    • 提供者:shibie@163.com
  1. OSTU

    0下载:
  2. 利用MATLAB编写的图像二值化函数,使用了大津阈值法对图像进行阈值分割-Using the binarized image function written in MATLAB, using the Otsu threshold method for image segmentation threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-12-10
    • 文件大小:556653
    • 提供者:Mryang
  1. ostu图像分割阈值算法matlab源程序

    0下载:
  2. 实现视频前景目标提取,监控视频的提取,图像分割(Implementation of video foreground target extraction)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:167936
    • 提供者:云凡
« 1 23 »
搜珍网 www.dssz.com